From 7ca003d1007441e1dbd2db751b51e81dd9edbfec Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Fri, 23 Sep 2005 15:41:28 -0600 Subject: [PATCH] Doh! Cut-paste error of file copy in mkbuildtree-pre breaks build --- linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre b/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre index 52d66156a9..d79b868448 100755 --- a/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre +++ b/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre @@ -45,7 +45,7 @@ cp arch/ia64/xen/drivers/evtchn_ia64.c drivers/xen/core #tree that Xen sets up for guests has a NULL FADT. This is a bug #that needs to be fixed, at which point this can go away. In the #meantime, this file needs to be updated if the real motherboard.c is -cp arch/ia64/xen/drivers/evtchn_ia64.c drivers/acpi/motherboard.c +cp arch/ia64/xen/drivers/motherboard.c drivers/acpi/motherboard.c #still a few x86-ism's in various drivers/xen files, patch them cd drivers/xen -- 2.30.2